home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / raise.n < prev    next >
Text File  |  1994-09-20  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. raise(n)                   Tk Commands                        3.3
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      raise - Change a window's position in the stacking order
  12.  
  13. SYNOPSIS
  14.      raise _w_i_n_d_o_w ?_a_b_o_v_e_T_h_i_s?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      If the _a_b_o_v_e_T_h_i_s argument is omitted then the command raises
  20.      _w_i_n_d_o_w so that it is above all of its siblings in the stack-
  21.      ing order (it will not be obscured by any siblings and  will
  22.      obscure  any  siblings  that  overlap  it).  If _a_b_o_v_e_T_h_i_s is
  23.      specified then it must be the path name of a window that  is
  24.      either a sibling of _w_i_n_d_o_w or the descendant of a sibling of
  25.      _w_i_n_d_o_w.  In this case the raise command will  insert  _w_i_n_d_o_w
  26.      into  the stacking order just above _a_b_o_v_e_T_h_i_s (or the ances-
  27.      tor of _a_b_o_v_e_T_h_i_s that is a sibling of  _w_i_n_d_o_w);  this  could
  28.      end up either raising or lowering _w_i_n_d_o_w.
  29.  
  30.  
  31. KEYWORDS
  32.      obscure, raise, stacking order
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tk                                                              1
  64.  
  65.  
  66.  
  67.